gpsbabel.git
22 years agoAdd webcam handling.
robertl [Thu, 15 Apr 2004 13:42:20 +0000 (13:42 +0000)]
Add webcam handling.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@781 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoLet jeeps pick up wrapped allocators. Make defs.h multiply-included safe.
robertl [Wed, 14 Apr 2004 18:08:39 +0000 (18:08 +0000)]
Let jeeps pick up wrapped allocators.  Make defs.h multiply-included safe.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@780 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoRead enough of the navicache xml to generate useful cache pages with the
robertl [Wed, 14 Apr 2004 17:09:18 +0000 (17:09 +0000)]
Read enough of the navicache xml to generate useful cache pages with the
HTML and TEXT outputs.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@779 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd snwhiteopt to mapsource.
robertl [Wed, 14 Apr 2004 16:42:37 +0000 (16:42 +0000)]
Add snwhiteopt to mapsource.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@778 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDon't clobber xsi schema when merging.
robertl [Tue, 13 Apr 2004 16:34:30 +0000 (16:34 +0000)]
Don't clobber xsi schema when merging.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@777 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoConsistently and correctly swap endiannness of alt values. Tested on OS/X.
robertl [Tue, 13 Apr 2004 16:33:18 +0000 (16:33 +0000)]
Consistently and correctly swap endiannness of alt values.  Tested on OS/X.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@776 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBounds check the D108 and D109 packets to protect from blowing the unit
robertl [Mon, 12 Apr 2004 13:00:46 +0000 (13:00 +0000)]
Bounds check the D108 and D109 packets to protect from blowing the unit
away with excessively long host input.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@775 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBump number for beta.
robertl [Mon, 12 Apr 2004 01:34:54 +0000 (01:34 +0000)]
Bump number for beta.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@773 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDon't output doodoo for waypoint comment if we dont' have diff/terr. (oops)
robertl [Mon, 12 Apr 2004 01:34:10 +0000 (01:34 +0000)]
Don't output doodoo for waypoint comment if we dont' have diff/terr.  (oops)
For GPilotS "simulated" garmin, don't request position.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@772 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoPrepare for beta.
robertl [Fri, 9 Apr 2004 18:14:02 +0000 (18:14 +0000)]
Prepare for beta.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@770 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix zero init of struct WAY (again).
robertl [Fri, 9 Apr 2004 16:13:37 +0000 (16:13 +0000)]
Fix zero init of struct WAY (again).
1) snlen suboption  now allows forced shortname lengths.
2) snwhite suboption now allows generated shortnames to contain
        no whitespace.
3) icons are now mapped by geocache type, just as with Mapsource.
4) Waypoint comment now contains difficulty and terrain when available.
5) I added ascii dump of data written to the Garmins in addition to hex.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@769 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoOops. Scraggling debug code.
robertl [Thu, 8 Apr 2004 18:11:36 +0000 (18:11 +0000)]
Oops.  Scraggling debug code.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@768 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoCorrectly endian-swap altitude.
robertl [Thu, 8 Apr 2004 17:58:59 +0000 (17:58 +0000)]
Correctly endian-swap altitude.
Fix geocache icon mappings for GPX files w/o <sym> tags.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@767 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDon't even send the NMEAOFF command to the units that can't handle it.
robertl [Thu, 8 Apr 2004 03:55:44 +0000 (03:55 +0000)]
Don't even send the NMEAOFF command to the units that can't handle it.
It blows the synch on ColorTrak away because it's  so slow to respone the
UNABLE...

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@766 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoWrap calls to time(2) so we can freeze time for test suite.
robertl [Wed, 7 Apr 2004 15:13:17 +0000 (15:13 +0000)]
Wrap calls to time(2) so we can freeze time for test suite.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@765 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd HTML and Text formats. From Scott at brynen.com.
robertl [Tue, 6 Apr 2004 20:58:32 +0000 (20:58 +0000)]
Add HTML and Text formats.   From Scott at brynen.com.
util.c: tweak html honkers.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@764 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoPedantic leak fixes that aren't actually leak fixes at all... From Rick.
robertl [Tue, 6 Apr 2004 15:45:07 +0000 (15:45 +0000)]
Pedantic leak fixes that aren't actually leak fixes at all... From Rick.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@763 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoEmbarrassing crutch to allow intentional leak of xsi schema.
robertl [Tue, 6 Apr 2004 15:22:43 +0000 (15:22 +0000)]
Embarrassing crutch to allow intentional leak of xsi schema.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@762 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFrom Rick Richardson.
robertl [Mon, 5 Apr 2004 14:13:23 +0000 (14:13 +0000)]
From Rick Richardson.

    Sets icon_descr
    Sets creation_time
    Adds option to remove retired caches.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@761 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoRemove stray semicolons.
robertl [Mon, 5 Apr 2004 14:06:38 +0000 (14:06 +0000)]
Remove stray semicolons.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@760 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd debug wrappers for str[n]dupt.
robertl [Mon, 5 Apr 2004 13:59:39 +0000 (13:59 +0000)]
Add debug wrappers for str[n]dupt.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@759 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix ordering of ele on output so we pass SAXCount -f -v=always -n and
robertl [Mon, 5 Apr 2004 13:41:01 +0000 (13:41 +0000)]
Fix ordering of ele on output so we pass SAXCount -f -v=always -n and
fix misguided "leak no memory" fix so we don't mangle multiple DTD's.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@758 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd ancient ColorTrak. User reports it's OK for w/p upload, but not
robertl [Mon, 5 Apr 2004 03:16:10 +0000 (03:16 +0000)]
Add ancient ColorTrak.   User reports it's OK for w/p upload, but not
download...

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@757 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoMake 1.2.2 release.
robertl [Wed, 24 Mar 2004 03:15:58 +0000 (03:15 +0000)]
Make 1.2.2 release.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@755 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoImplemented a debugging option
jfatherton [Sun, 21 Mar 2004 01:42:03 +0000 (01:42 +0000)]
Implemented a debugging option

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@754 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd perl script to do coord correction. From jeff at boulter.com.
robertl [Thu, 18 Mar 2004 17:14:52 +0000 (17:14 +0000)]
Add perl script to do coord correction.  From jeff at boulter.com.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@753 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoadd 'correct' option to duplicate filter
parkrrrr [Thu, 18 Mar 2004 16:26:25 +0000 (16:26 +0000)]
add 'correct' option to duplicate filter

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@752 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBump version number for final (bwaahhh hahhh haaaaaah) beta.
robertl [Thu, 18 Mar 2004 05:32:30 +0000 (05:32 +0000)]
Bump version number for final (bwaahhh hahhh haaaaaah) beta.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@750 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBump version number.
robertl [Thu, 18 Mar 2004 05:25:32 +0000 (05:25 +0000)]
Bump version number.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@746 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBump version.
robertl [Thu, 18 Mar 2004 05:20:05 +0000 (05:20 +0000)]
Bump version.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@744 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years ago(1) Points that coincide with a polygon vertex are now inside the polygon by fiat...
parkrrrr [Wed, 17 Mar 2004 15:24:30 +0000 (15:24 +0000)]
(1) Points that coincide with a polygon vertex are now inside the polygon by fiat. (2) Fixed bug in intersection detector when test point was inside segment bbox

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@743 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoREADME: cleanup, add an nmea type.
robertl [Tue, 16 Mar 2004 03:48:28 +0000 (03:48 +0000)]
README: cleanup, add an nmea type.
wintesto: regenerate.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@742 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoVersion bump.
robertl [Tue, 16 Mar 2004 03:47:38 +0000 (03:47 +0000)]
Version bump.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@741 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd type mappings for event/unknown caches.
robertl [Tue, 16 Mar 2004 03:46:43 +0000 (03:46 +0000)]
Add type mappings for event/unknown caches.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@740 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAnnounce version when -D.
robertl [Tue, 16 Mar 2004 03:46:04 +0000 (03:46 +0000)]
Announce version when -D.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@739 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoMore aggressively blank char[] (ass opposed to string) fields.
robertl [Tue, 16 Mar 2004 03:45:45 +0000 (03:45 +0000)]
More aggressively blank char[] (ass opposed to string) fields.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@738 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd additional icon mapping/Jeff Boulter.
robertl [Tue, 16 Mar 2004 03:43:58 +0000 (03:43 +0000)]
Add additional icon mapping/Jeff Boulter.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@737 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix typo that resulted in unnecessarily short waypoint names. Confirmed
robertl [Mon, 15 Mar 2004 01:03:53 +0000 (01:03 +0000)]
Fix typo that resulted in unnecessarily short waypoint names.  Confirmed
"good" by user.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@736 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAllow floating point values for time in GGA.
robertl [Sun, 14 Mar 2004 23:32:27 +0000 (23:32 +0000)]
Allow floating point values for time in GGA.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@735 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDuplicate icon if dynamic. (Solves crash on Mapsource with KMA corruption.)
robertl [Fri, 12 Mar 2004 17:42:30 +0000 (17:42 +0000)]
Duplicate icon if dynamic.  (Solves crash on Mapsource with KMA corruption.)

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@734 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoGive cache type precedence over container type. (Liek the comment said...)
robertl [Fri, 12 Mar 2004 17:41:55 +0000 (17:41 +0000)]
Give cache type precedence over container type.  (Liek the comment said...)

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@733 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd icon for 'unknown' caches.
robertl [Fri, 12 Mar 2004 17:41:27 +0000 (17:41 +0000)]
Add icon for 'unknown' caches.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@732 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix D104 for GPS III[+] dropping all but first char from waypoint
robertl [Fri, 12 Mar 2004 06:18:01 +0000 (06:18 +0000)]
Fix D104 for GPS III[+] dropping all but first char from waypoint
comment by explictly setting visibilty and toupper-ing the string.

Tested on III+ by byonke at sbcglobal.net.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@731 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoMisc boring code cleanups. There shouldn't be visible changes here.
robertl [Thu, 11 Mar 2004 15:07:45 +0000 (15:07 +0000)]
Misc boring code cleanups.   There shouldn't be visible changes here.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@730 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoCorrect problem on windows writing to non-existent SD file.
robertl [Thu, 11 Mar 2004 15:07:07 +0000 (15:07 +0000)]
Correct problem on windows writing to non-existent SD file.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@729 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd month lookup, used by PCX.
robertl [Thu, 11 Mar 2004 14:53:00 +0000 (14:53 +0000)]
Add month lookup, used by PCX.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@728 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdded PCX track readin' and writin'. (No 'rithmitec.)
robertl [Thu, 11 Mar 2004 14:23:30 +0000 (14:23 +0000)]
Added PCX track readin' and writin'.  (No 'rithmitec.)

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@727 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix icon mappings for multi and micro geocaches.
robertl [Wed, 10 Mar 2004 18:45:11 +0000 (18:45 +0000)]
Fix icon mappings for multi and micro geocaches.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@726 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoMark Bramel identified problems with NG Topo! only [A-Z][0-9] are allowed
robertl [Wed, 10 Mar 2004 18:35:00 +0000 (18:35 +0000)]
Mark Bramel identified  problems with NG Topo! only [A-Z][0-9] are allowed
in waypoint names.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@725 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd saplus.
robertl [Tue, 9 Mar 2004 22:42:43 +0000 (22:42 +0000)]
Add saplus.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@724 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoChange OziExplorer output to write \r\n pairs instead of \n.
alexmot [Tue, 9 Mar 2004 22:18:53 +0000 (22:18 +0000)]
Change OziExplorer output to write \r\n pairs instead of \n.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@723 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agore-instate gsshortnames option in gpx.c
alexmot [Mon, 8 Mar 2004 22:39:01 +0000 (22:39 +0000)]
re-instate gsshortnames option in gpx.c

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@722 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFixed error that caused <keywords> and so on to get attached to last waypoint in...
parkrrrr [Mon, 8 Mar 2004 18:24:14 +0000 (18:24 +0000)]
Fixed error that caused <keywords> and so on to get attached to last waypoint in previous file when reading more than one GPX file, or caused segfault when reading more GPX after running filters.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@721 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdded 'all' option to position filter
parkrrrr [Mon, 8 Mar 2004 17:46:38 +0000 (17:46 +0000)]
Added 'all' option to position filter

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@720 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoParse cache container. Lost in rework.
robertl [Mon, 8 Mar 2004 15:54:25 +0000 (15:54 +0000)]
Parse cache container.   Lost in rework.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@719 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoSplit magellan serial and file into different help texts.
robertl [Mon, 8 Mar 2004 15:44:28 +0000 (15:44 +0000)]
Split magellan serial and file into different help texts.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@718 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoChange default Mapsource version output to 5.
robertl [Sat, 6 Mar 2004 23:34:19 +0000 (23:34 +0000)]
Change default Mapsource version output to 5.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@717 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agocsv: decompose UTF to the Queen's Original ASCII.
robertl [Mon, 1 Mar 2004 02:29:23 +0000 (02:29 +0000)]
csv: decompose UTF to the Queen's Original ASCII.
util: add case for ellipsis decoding.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@716 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDouble up the magellan output in the help for GUI wrappers.
robertl [Sat, 28 Feb 2004 04:22:54 +0000 (04:22 +0000)]
Double up the magellan output in the help for GUI wrappers.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@715 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoBump version for beta.
robertl [Mon, 23 Feb 2004 05:03:23 +0000 (05:03 +0000)]
Bump version for beta.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@713 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd a type (with format output '1') to the '%' output.
robertl [Mon, 23 Feb 2004 04:25:54 +0000 (04:25 +0000)]
Add a type (with format output '1')  to the '%' output.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@712 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd nmea.
robertl [Mon, 23 Feb 2004 04:23:39 +0000 (04:23 +0000)]
Add nmea.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@711 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd poweroff and get current position to garmin.
robertl [Mon, 23 Feb 2004 03:27:06 +0000 (03:27 +0000)]
Add poweroff and get current position to garmin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@710 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd Street Atlas 2004 Plus, from Jim Bensman a.k.a. junkmailno charter net
robertl [Mon, 23 Feb 2004 03:24:03 +0000 (03:24 +0000)]
Add Street Atlas 2004 Plus, from Jim Bensman a.k.a. junkmailno charter net

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@709 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoclean-up code
jfatherton [Wed, 18 Feb 2004 16:17:46 +0000 (16:17 +0000)]
clean-up code

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@708 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd auto-mode sensing read/write processing to OziExplorer waypoints, routes, and...
alexmot [Tue, 17 Feb 2004 20:38:07 +0000 (20:38 +0000)]
Add auto-mode sensing read/write processing to OziExplorer waypoints, routes, and tracks.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@707 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd waypoint readin' and writin' to NMEA.
robertl [Sun, 15 Feb 2004 20:26:13 +0000 (20:26 +0000)]
Add waypoint readin' and writin' to NMEA.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@706 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoGive error when no filename is passed to xfopen.
robertl [Sun, 15 Feb 2004 19:04:52 +0000 (19:04 +0000)]
Give error when  no filename is passed to xfopen.
Magellan/windows - fix crash opening non-existent file.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@705 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDel unused variables.
robertl [Thu, 12 Feb 2004 04:32:22 +0000 (04:32 +0000)]
Del unused variables.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@704 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoLet smplrout and csv_util work with multi-mode stuff. From gtoevan@gmx.net.
robertl [Thu, 12 Feb 2004 04:27:53 +0000 (04:27 +0000)]
Let smplrout and csv_util work with multi-mode stuff.  From gtoevan@gmx.net.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@703 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix leak of xsi_schema_loc.
robertl [Tue, 10 Feb 2004 14:36:02 +0000 (14:36 +0000)]
Fix leak of xsi_schema_loc.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@702 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd gpx2xfig.
robertl [Tue, 10 Feb 2004 14:33:06 +0000 (14:33 +0000)]
Add gpx2xfig.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@701 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd -N option to suppress smart icons.
robertl [Tue, 10 Feb 2004 13:51:24 +0000 (13:51 +0000)]
Add -N option to suppress smart icons.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@700 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoSketch in NMEA file reader.
robertl [Tue, 10 Feb 2004 04:52:05 +0000 (04:52 +0000)]
Sketch in NMEA file reader.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@699 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoZero alt if unknown. COrrects problem in Topo 3.0 that isn't seen in 4.20d
robertl [Sun, 8 Feb 2004 03:38:50 +0000 (03:38 +0000)]
Zero alt if unknown.  COrrects problem in Topo 3.0 that isn't seen in 4.20d
or DR.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@698 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agosroute, tiger, mapsource: ascii-ify output
robertl [Fri, 6 Feb 2004 08:17:24 +0000 (08:17 +0000)]
sroute, tiger, mapsource: ascii-ify output

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@697 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoTighten namespace slightly.
robertl [Fri, 6 Feb 2004 04:02:52 +0000 (04:02 +0000)]
Tighten namespace slightly.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@696 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFrom gtoevan@gmx.net: Add support for writing Garmin tracks.
robertl [Fri, 6 Feb 2004 04:02:05 +0000 (04:02 +0000)]
From gtoevan@gmx.net: Add support for writing Garmin tracks.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@695 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoVarious UI improvements
jfatherton [Fri, 6 Feb 2004 03:30:49 +0000 (03:30 +0000)]
Various UI improvements

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@694 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agofix up character set of description when writing.
robertl [Thu, 5 Feb 2004 01:16:42 +0000 (01:16 +0000)]
fix up character set of description when writing.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@693 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoFix track read to not appear as routes.
robertl [Tue, 3 Feb 2004 22:07:53 +0000 (22:07 +0000)]
Fix track read to not appear as routes.
Add track names & sgement identifiers on read.
From gtoevan@gmx.net.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@692 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoimproved user defaults
jfatherton [Tue, 3 Feb 2004 05:06:09 +0000 (05:06 +0000)]
improved user defaults

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@691 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoInitial import
jfatherton [Mon, 2 Feb 2004 22:55:49 +0000 (22:55 +0000)]
Initial import

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@690 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoRe-enabled user defaults
jfatherton [Mon, 2 Feb 2004 22:27:51 +0000 (22:27 +0000)]
Re-enabled user defaults

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@689 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoMakefile: bump version
robertl [Mon, 2 Feb 2004 17:28:43 +0000 (17:28 +0000)]
Makefile: bump version
mingw/wintesto.cmd: regenerate

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@688 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoClean up.
robertl [Mon, 2 Feb 2004 17:26:42 +0000 (17:26 +0000)]
Clean up.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@687 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd 1252 conversions for hint and shortname.
robertl [Mon, 2 Feb 2004 17:02:36 +0000 (17:02 +0000)]
Add 1252 conversions for hint and shortname.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@686 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoInitial upload
jfatherton [Sun, 1 Feb 2004 06:32:48 +0000 (06:32 +0000)]
Initial upload

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@685 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoInitial upload
jfatherton [Sun, 1 Feb 2004 06:23:26 +0000 (06:23 +0000)]
Initial upload

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@684 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoA number of changes suggested by Kjeld to make this play nicer with geocaching
robertl [Sun, 1 Feb 2004 05:09:09 +0000 (05:09 +0000)]
A number of changes suggested by Kjeld to make this play nicer with geocaching
gpx files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@683 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoRegenerate dependencies.
robertl [Sun, 1 Feb 2004 05:08:31 +0000 (05:08 +0000)]
Regenerate dependencies.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@682 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoRetain "htmlness" on cache description reads to that readers can spit them
robertl [Sun, 1 Feb 2004 05:07:58 +0000 (05:07 +0000)]
Retain "htmlness" on cache description reads to that readers can spit them
back out.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@681 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agostrip_html: new fn.
robertl [Sun, 1 Feb 2004 05:04:46 +0000 (05:04 +0000)]
strip_html: new fn.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@680 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoReduce default (debugging) output to ASCII, not codepg 1252.
robertl [Sun, 1 Feb 2004 05:04:21 +0000 (05:04 +0000)]
Reduce default (debugging) output  to ASCII, not codepg 1252.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@679 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoLet GPX parse geocaching-specific descriptions & hints.
robertl [Fri, 30 Jan 2004 20:00:43 +0000 (20:00 +0000)]
Let GPX parse geocaching-specific descriptions & hints.
Add string to decompse UTF to ASCII.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@678 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdd function to decompse UTF to 7 bit ascii.
robertl [Fri, 30 Jan 2004 19:59:20 +0000 (19:59 +0000)]
Add function to decompse UTF to 7 bit ascii.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@677 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoNo C99 comments.
robertl [Thu, 29 Jan 2004 22:36:42 +0000 (22:36 +0000)]
No C99 comments.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@676 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoAdded utf8 to CP1252 conversion function to util.c
parkrrrr [Thu, 29 Jan 2004 22:04:03 +0000 (22:04 +0000)]
Added utf8 to CP1252 conversion function to util.c

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@675 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agofixed bug with &#x handling that caused spurious XML parsing errors.
parkrrrr [Wed, 21 Jan 2004 15:52:10 +0000 (15:52 +0000)]
fixed bug with &#x handling that caused spurious XML parsing errors.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@673 f51c46e8-681c-474f-0cfe-069cfd0219fb

22 years agoDon't decode as UTF-8 if it doesn't look like UTF-8; this should catch most high...
parkrrrr [Tue, 20 Jan 2004 14:12:10 +0000 (14:12 +0000)]
Don't decode as UTF-8 if it doesn't look like UTF-8; this should catch most high-bit characters sourced non-XML sources.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@672 f51c46e8-681c-474f-0cfe-069cfd0219fb